Feature: Crear un post,agregarle una url, publicarlo, validar la url, eliminarlo validar que la pagina ya no existe

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
2m 44.319s

Scenario: Como autor creo un post, le agrego url, lo elimino y luego valido que no existe

Before 0m 2.155s
Given I go to page "<HOST>" "ghost/#/signin" 0m 8.611s
And I sign in with "<USERNAME>" and "<PASSWORD>" 0m 3.241s
When I click new post 0m 3.103s
And I set post attributes title "$number_1" and body "$string_1" 0m 3.020s
And I press settings button 0m 2.814s
And I set url field to "$name_2" 0m 2.795s
And I close settings menu 0m 2.645s
And I publish the post 0m 2.855s
And I go to page "<HOST>" "$$name_2" 0m 10.810s
Then I check page full title with "$$number_1" 0m 7.983s
And I go to page "<HOST>" "ghost/#/posts?type=published" 0m 8.294s
And I Click a post with title "$$number_1" 0m 4.734s
And I press settings button 0m 2.822s
And I click delete from settings 0m 7.947s
And I delete post 0m 7.863s
And I go to page "<HOST>" "ghost/#/posts?type=published" 0m 7.945s
Then I validate the post with "$number_1" not exists 0m 2.896s
And I go to page "<HOST>" "$$name_2" 0m 8.765s
Then I can not get page 0m 3.010s
After 0m 0.011s

Screenshots

Before
NO IMAGE AVAILABLE
Given I go to page "<HOST>" "ghost/#/signin"
And I sign in with "<USERNAME>" and "<PASSWORD>"
When I click new post
And I set post attributes title "$number_1" and body "$string_1"
And I press settings button
And I set url field to "$name_2"
And I close settings menu
And I publish the post
And I go to page "<HOST>" "$$name_2"
Then I check page full title with "$$number_1"
And I go to page "<HOST>" "ghost/#/posts?type=published"
And I Click a post with title "$$number_1"
And I press settings button
And I click delete from settings
And I delete post
And I go to page "<HOST>" "ghost/#/posts?type=published"
Then I validate the post with "$number_1" not exists
And I go to page "<HOST>" "$$name_2"
Then I can not get page
After
NO IMAGE AVAILABLE